home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Applications (app) / Bugs / bugs.abstract < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.3 KB  |  35 lines  |  [TEXT/????]

  1. To: info-mac@sumex-aim.stanford.edu
  2. From: jurjen@cwi.nl (Jurjen N.E. Bos)
  3. Date: 10 Jul 89 19:00:44 GMT
  4. Organization: CWI, Amsterdam
  5.  
  6.  
  7.  
  8. In the May issue of Scientific American we had this nice idea of an
  9. "Evolution Simulator".  This is a version of that program.  It is nice
  10. to watch and play with for a while.
  11.  
  12. Algorithm notes:
  13.   The field is a pond were bugs live.  A bug has health from 0-1500.
  14.   Eating a bacterium gives 40 health points.  Each step decreases the
  15.   health by one.  If the health is 0, a bug dies.  A bug splits if
  16.   health>1000 and age>400.  The two bugs will have slightly different
  17.   genes, that influence the walking pattern of the bug.
  18.  
  19. Program notes:
  20.   Clicking on (or near) a bug gives its status: age, health and genes.
  21.   It is possible to change the bacteria growth and population.  Source
  22.   (THINK C 3.0) is included.  It contains lots of dirty assembly code
  23.   to frighten the reader and speed up the program.
  24.  
  25. Reference notes:
  26.   Scientific American, may 1989, column "Computer Recreations".
  27.  
  28. -- 
  29. |                 | "Never image yourself not to be otherwise than what |
  30. | Jurjen N.E. Bos | it might appear to others that what you were or     |
  31. |                 | might have been was not otherwise than what you had |
  32. |  jurjen@cwi.nl  | been would have appeared to them to be otherwise."  |
  33.  
  34. ---
  35.